home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / UNSHARPMASKEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.1 KB  |  29 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Unsharp Mask">
  3.     <description>
  4.         Applies sharpening to the image using the UnsharpMask algorithm
  5.     </description>
  6.     <property name="radius" type="float" default="0.0" label="Blur radius">
  7.         <range min="0.0" max="5.0"/>
  8.         <comments>
  9.             Specifies the radius used for calculating the sharpening.
  10.         </comments>
  11.     </property>
  12.     <property name="Amount" type="float" default="0.0" label="Amount to sharpen">
  13.         <range min="0.0" max="10.0"/>
  14.     </property>
  15.     <property name="Threshold" type="float" default="0.0" label="Threshold">
  16.         <range min="0.0" max="1.0"/>
  17.         <comment>
  18.             Amount of difference from neighbors required before we sharpen.
  19.             Used to NOT sharpen subtle textures such as skin.
  20.         </comment>
  21.     </property>
  22.     <property name="EnableCaching" type="bool" default="true">
  23.         <comments>
  24.             Caching improves perf on interactive pipelines, whereas it wastes memory on single-shot pipelines for saving files.
  25.         </comments>
  26.     </property>
  27.     <input index="0" name="Input"/>
  28. </effect>
  29.